home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d12 / tcxl551.arc / TCXL_INC.EXE / lha / INC / TCXLATR.H < prev    next >
Text File  |  1990-10-01  |  4KB  |  68 lines

  1. /*=====[ The TesSeRact(TM) CXL User Interface Development System ]======*
  2.  | Copyright (c) 1987-1990, Innovative Data Concepts. All Rights Reserved
  3.  |
  4.  | This Library is part of IDC's TesSeRact Development Tools product
  5.  | line. For information about other IDC products, call 1-215-884-3373.
  6.  *----------------------------------------------------------------------*
  7.  | <TCXLatr.h>: Attribute code definitions for TCXL video and windowing
  8.  | functions. Included by <TCXLvid.h>.
  9.  *----------------------------------------------------------------------*
  10.  | PGS : $Id: tcxlatr.h 5.51 90/10/01 00:00:00 MLM Release Locker: MLM $
  11.  | $Log:    tcxlatr.h $
  12.  | Revision 5.51  90/10/01  00:00:00  MLM
  13.  | TCXL 5.51
  14.  | 
  15.  *======================================================================*/
  16. #ifndef  _TCXLatr_
  17. #  define   _TCXLatr_ 1
  18. #ifndef  BLACK                /*- Foreground Color ------*/
  19. #  define   BLACK       0x00  /* black                   */
  20. #  define   BLUE        0x01  /* blue                    */
  21. #  define   GREEN       0x02  /* green                   */
  22. #  define   CYAN        0x03  /* cyan                    */
  23. #  define   RED         0x04  /* red                     */
  24. #  define   MAGENTA     0x05  /* magenta                 */
  25. #  define   BROWN       0x06  /* brown                   */
  26. #  define   LGREY       0x07  /* light grey              */
  27. #  define   DGREY       0x08  /* dark grey               */
  28. #  define   LBLUE       0x09  /* light blue              */
  29. #  define   LGREEN      0x0A  /* light green             */
  30. #  define   LCYAN       0x0B  /* light cyan              */
  31. #  define   LRED        0x0C  /* light red               */
  32. #  define   LMAGENTA    0x0D  /* light magenta           */
  33. #  define   YELLOW      0x0E  /* yellow                  */
  34. #  define   WHITE       0x0F  /* intense white           */
  35. #  define   INTENSE     0x08  /* intensity bit           */
  36.                               /*- Background color ------*/
  37. #  define   _BLACK      0x00  /* black                   */
  38. #  define   _BLUE       0x10  /* blue                    */
  39. #  define   _GREEN      0x20  /* green                   */
  40. #  define   _CYAN       0x30  /* cyan                    */
  41. #  define   _RED        0x40  /* red                     */
  42. #  define   _MAGENTA    0x50  /* magenta                 */
  43. #  define   _BROWN      0x60  /* brown                   */
  44. #  define   _LGREY      0x70  /* white                   */
  45. #  define   _DGREY      0x80  /* blink/dark grey         */
  46. #  define   _LBLUE      0x90  /* blink/light blue        */
  47. #  define   _LGREEN     0xA0  /* blink/light green       */
  48. #  define   _LCYAN      0xB0  /* blink/light cyan        */
  49. #  define   _LRED       0xC0  /* blink/light red         */
  50. #  define   _LMAGENTA   0xD0  /* blink/light magenta     */
  51. #  define   _YELLOW     0xE0  /* blink/light yellow      */
  52. #  define   _WHITE      0xF0  /* blink/light white       */
  53. #  define   _BLINK      0x80  /* blink/intensity bit     */
  54.                               /*- Monochrome ------------*/
  55. #  define   MONO_N      0x07  /* normal                  */
  56. #  define   MONO_I      0x0F  /* intense                 */
  57. #  define   MONO_U      0x01  /* underline               */
  58. #  define   MONO_IU     0x09  /* intense underline       */
  59. #  define   MONO_R      0x70  /* reverse                 */
  60. #  define   MONO_NB     0x87  /* blink normal            */
  61. #  define   MONO_IB     0x8F  /* blink intense           */
  62. #  define   MONO_UB     0x81  /* blink underline         */
  63. #  define   MONO_IUB    0x89  /* blink intense underline */
  64. #  define   MONO_RB     0xF0  /* blink reverse           */
  65. #  define   MONO_INT    0x80  /* blink bit               */
  66. #endif   /* BLACK */
  67. #endif   /* _TCXLatr_  : End of TCXLatr.h */
  68.